home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / lync10.arc / HISTORY.DOC next >
Text File  |  1990-12-22  |  7KB  |  129 lines

  1. Lync 1.0 Compiled: December 22, 1990
  2.     - Most notably, the name has changed.  See the file NEWNAME.DOC
  3.       for the reasoning behind the change.
  4.     - Some code in the UART initialize routines has been changed as
  5.       Lync would not properly initialize the serial port on some systems.
  6.     - maximum baud rate support increased to 38400 baud
  7.     - Zmodem "RESUMED" indicator was not cleared for files following the
  8.       resumed file.  This did no harm but could lead to some confusion.
  9.       It has now been corrected.
  10.     - New "dialing" window.  When issuing a dial command in the dialing
  11.       directory, a small window appears displaying the entry being
  12.       dialed, status, and number of attempts.  The space at the bottom
  13.       of the directory is now filled with a more detailed description
  14.       of each command available in the directory.
  15.     - Keyboard macros now supported.  The function keys F1 through F10
  16.       and shifted function keys SF1 through SF10 can now be defined to
  17.       send any string of up to 70 characters each.    The macro editor
  18.       is accessed with Alt-K.
  19.     - The Help Menu is now called with Alt-M (for Menu) rather than F1
  20.       since F1 is now used as a macro.
  21.     - The arrow keys, HOME, END and DELETE keys are now defined to send
  22.       ANSI codes for cursor positioning compatible with the popular
  23.       PCBoard BBS's full screen editor.  They should work with many other
  24.       BBS's full screen editors as well.
  25.     - Default colour scheme changed.  A blue background makes the menus
  26.       easier to read than the magenta background used previously.
  27.  
  28. Simterm 2.0c Compiled: October 8, 1990
  29.     - Added Send BREAK Signal function, requested by user.    Needed for
  30.       loggon to some specialized systems.
  31.     - Cosmetic change to file transfer window.  Aprox. cps and Elapsed
  32.       time indicators were not spaced from seperation line.
  33.     - Modified code in low level async routines to make them more
  34.       "well behaved".
  35.  
  36. Simterm 2.0b Compiled: September 22, 1990
  37.     - Fixed buffer pointer problem in Zmodem routines which caused
  38.       downloaded files to be prefixed with last few packets from
  39.       previous file when doing Zmodem multiple file downloads.
  40.     - Modified some code in the Dialing Directory as Simterm would, on
  41.       occasion, not dial correctly, usually requiring the user to exit
  42.       the dialing directory and send the init string to get the modem to
  43.       respond to dial commands again.
  44.  
  45. Simterm 2.0a Compiled: September 3, 1990
  46.     - Fixed file pointer problem in Ascii upload which locked Simterm
  47.       at the end of the file.
  48.     - Fixed problem with Echo and Linefeeds status line indicators not
  49.       being updated after Dial or Options menu made changes.
  50.  
  51. Simterm 2.0 Compiled: August 23, 1990
  52.     - Extensive rewrite, all low level routines redone in assembly for
  53.       efficiency.
  54.     - All serial IO interrupt routines redone for greater efficiency.
  55.     - Video routines are now all direct screen access with snow checking
  56.       option in the configuration menu for CGA users.
  57.     - ANSI support integrated into video routines.    No need for ANSI.SYS
  58.     - Ascii, Ymodem, and Zmodem transfer protocols added.  Xmodem and
  59.       1k-Xmodem routines redone for greater efficiency.  All file access
  60.       during transfers is buffered to reduce time lost to disk writes.
  61.     - File transfer window expanded.  Now displays elapsed time and
  62.       aproximate characters per second during transfer.
  63.     - Zmodem resume transfer and auto start Zmodem downloads supported
  64.     - Wildcards supported when entering filename to upload using Ymodem
  65.       or Zmodem protocols.
  66.     - Capture file now supported with pause capability and ANSI codes
  67.       stripped before written to disk.
  68.     - Three function menus removed.  Help is now a menu to all functions.
  69.       See "The Help Menu" section in the documentation.
  70.     - Dialing directory expanded to 45 entries.
  71.     - Dialing directory now supports auto redial, tagging entries, and
  72.       automatic untagging of entries when connected to.
  73.     - Support for COM3 and COM4 added
  74.     - Baud rates now go up to 19200 baud
  75.     - Display colours can be customized by user.
  76.  
  77. Simterm 1.3 Compiled: November 5, 1989
  78.     - A bug in the file transfer routines, limiting the total number of
  79.       blocks, was fixed. The total file size transfered is no longer
  80.       limited.
  81.     - A minor fix in the Online/Offline indicator was done. For CGA
  82.       systems that don't have hardware snow suppression, there was quite
  83.       a bit of snow when Simterm was sitting idle. This was due to the
  84.       line status being updated whenever there was no input from the
  85.       comm line. Now it only updates if there is a change in status or
  86.       the time changes.
  87.     - Two new commands were added to the Config <F4> menu. These are
  88.       local echo and add linefeeds. You can invoke either from the menu
  89.       or use their shortcut keys Alt-E and Alt-L. These are both toggles
  90.       and a box appears stating if they are on or off.
  91.     - The Alt-L List Directory command was changed to Alt-F Files Directory
  92.       command because of the conflict with the newly added Linefeeds
  93.       command.
  94.  
  95. Simterm 1.2 Compiled: August 15, 1989
  96.     - Ctrl-C trapping was fixed to prevent Simterm from aborting
  97.       back to dos, leaving the system ready to hang.
  98.     - PGUP & PGDN are no longer used to change pages in the dialing
  99.       directory. TAB is now used to toggle between them.
  100.     - The dialing directory will remember what number you were on and
  101.       place you back there when you recall it.
  102.     - The dialing directory is more informative when you press ENTER
  103.       to dial a number. It now tells you the name and number of the
  104.       item you selected rather than just letting the modem echo the
  105.       command string back.
  106.     - When editing an item in the dialing directory, the windows will
  107.       all appear centred on the screen, rather than floating under the
  108.       item being edited. The name and number window will also have a
  109.       title informing you of the current setting.
  110.     - The disk directory function now displays the path of the displayed
  111.       directory at the top of the menu so your better informed of where
  112.       your looking on disk.
  113.     - A modem initialization string has been added to the configuration
  114.       function and is sent on startup to allow the modem to be custom
  115.       configured for your particular needs.
  116.  
  117. Simterm 1.1 Compiled: June 17, 1989
  118.     - The decompression algorithim for the menu data and the menu
  119.       display routine were modified to allow the menu colours to be
  120.       changed dynamically. This allows colour users to have colour
  121.       menus while monochrome users still get the correct monochrome
  122.       attributes.
  123.     - An bug in the 'Online' clock routine was fixed.
  124.  
  125. Simterm 1.0 Compiled: June 10, 1989
  126.     - Simterm would not recognize a monochrome system, so the
  127.       direct screen writes (menus) would not be displayed.
  128.       A minor revision was made and the version number didn't change.
  129.